home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / reviews / u1_11 < prev    next >
Text File  |  1993-10-04  |  29KB  |  748 lines

  1. U1-11:  File View, Compare, Other
  2.  
  3.  
  4. ------------------------
  5. 1550 File View Utilities          Small Programs Disk
  6. ------------------------
  7.  
  8. Head2
  9.    Della, Marcos R.
  10.    $0
  11. displays a specified number of lines from either the beginning or end of a file
  12. or alternatively, all but the specified number of lines from the beginning or
  13. end of a file.  If a file has a few lines of garbage at the beginning, you can
  14. redirect the output of HEAD to a new file while deleting those garbage lines.
  15. Pascal source code is included.
  16.  
  17. List 7.7
  18.    Buerg, Vernon D.
  19.    $20-$30
  20. is a must have utility. It lets you read files on-screen, using the cursor keys
  21. to move back and forth through the file. That one-line description is like
  22. saying "The space shuttle is an aircraft." This is a powerful, multi-featured
  23. program in a small package. The DOC file is over 100k, and it contains no fat.
  24. Rather than take up a lot of space trying to describe all the features, we will
  25. just say "GET IT!"
  26.  
  27. Look120
  28.    Doctor Debug
  29.    $0
  30. allows viewing files of up to 120 columns wide with a standard CGA or EGA.
  31. Naturally, the text will be less legible, but we found it readable.  Note that
  32. this does not leave your system in a 120-column mode, it only lets you read text
  33. files in that mode.
  34.  
  35. Man
  36.    Rick, David L.
  37.    $?
  38. is a utility for searching for and reading documentation files on a hard disk.
  39. You can optionally specify a subdirectory or search path in the DOS environment.
  40. Example:  You are running a little DOS utility program named XYZ and need to
  41. refer to the documentation, you just type MAN XYZ and MAN will search the hard
  42. disk for the file XYZ.DOC and when found, display it, optionally using Vernon
  43. Buerg's LIST program.
  44.  
  45. Mouse Lister 2.1 (MOUSLST)
  46.    Yoder, Y. G. ASP
  47.    $6
  48. is a simple text lister with mouse support.
  49.  
  50. Note 1.1
  51.    Kaye, Bob
  52.    $0
  53. is a pop-up program that lets you scroll through a text file without leaving the
  54. program you are in.  Because it uses video RAM, it will not work on monochrome
  55. systems or other systems that lack the extra video RAM, as do some Tandy
  56. computers.  It did work fine on a VGA system at the PsL.  (res:3k)
  57.  
  58. Readme
  59.    Albanowski, Kenneth
  60.    $0
  61. is a simple utility for viewing those README files that come with software. It
  62. will show you a scrollable list of any files whose names start with READ. When
  63. you pick one, it will invoke an external file viewer, such as Vernon Buerg's
  64. LIST, to display the file on screen.
  65.  
  66. Scan
  67.    displays only the portion of a disk file made up of printable
  68. (alphanumeric) characters. We have a similar utility named FILTER in the
  69. library, but the fact that SCAN ignores sequences of less than four printable
  70. characters means that a lot more garbage is screened out for you. The purpose
  71. of SCAN is to search through downloaded programs for embedded messages like
  72. "Copyright IBM. Violators will be squashed." or "Arf. Arf. Got you."
  73.  
  74. Strings
  75.    Sampson, Steve and Lyall, Peter W., Jr.
  76.    $0
  77. displays all strings in a file consisting of a user-specified number of
  78. consecutive printable characters. This could be useful in looking for
  79. copyrights, version numbers or other text in program files.
  80.  
  81. TwoFiles (TWOFILE)
  82.    Smith, David
  83.    $0
  84. allows you to view two files at the same time and scroll the files up and down
  85. independently.
  86.  
  87. --------------------------------
  88. END OF SMALL PROGRAMS DISK #1550
  89. --------------------------------
  90.  
  91.  
  92. ---------------------------
  93. 2246 File View Utilities #2          Small Programs Disk
  94. ---------------------------
  95.  
  96. DblListr 1.03 (DBLLIST)
  97.   Bates, Stephen S.
  98.   $15
  99. lets you scroll and page through two files simultaneously.  The files will be
  100. displayed initially in two horizontal windows, each taking half the screen.
  101. Pressing V changes the screen to two vertical windows.  The display can be
  102. toggled to let either of the two take up two-thirds of the screen in either
  103. the vertical or horizontal display.  Other features include a Hex display and
  104. a text search function.  Note that the amount of each file displayed is
  105. limited to available memory, so you may get an ``End of File'' message when
  106. you know you are not at the end of the file.
  107.  
  108. Head
  109.    Simonson, John
  110.    $?
  111. is a UNIX-like utility that will display the first 5 lines (by default) of
  112. specified text files.  There are several switches that allow you to control the
  113. output.
  114.  
  115. NG_Clone 1.1 (NG_CLON)
  116.    Pederson, J. P.
  117.    $0
  118. reads, decrypts and displays the contents of database files in Norton Guide
  119. format. It can be run as either a resident program or non-resident file viewer.
  120. Pascal source code is included.
  121.  
  122. Ralph the Reader 2.0 (RALPH)
  123.    Kansys, Inc.
  124.    $10
  125. is a text file lister. It is not about to dethrone Vern Buerg's LIST, but it
  126. does have two distinctions:  it will read WordPerfect and WordStar files without
  127. conversion and it is designed to work for the blind user using a speech
  128. synthesizer.
  129.  
  130. Ram-Man 2.5
  131.    Smetana, Rob W.
  132.    $20
  133. is a 31k pop-up file viewer. It will let you view any length text file while
  134. running other text-based programs. In addition to moving through a file with
  135. the cursor keys, it will search for text.
  136.  
  137. Show
  138.    is a bare-bones file viewer.  It has none of LIST's numerous features
  139. except the ability to page or scroll back and forth through text files. Show's
  140. advantages are that it only takes 2k of disk space, and it is public domain.
  141. Assembler source code is included.
  142.  
  143. Tail
  144.    prints the last 10 lines of a file, by default, or you can specify as a
  145. positive integer the number of lines, characters or "blocks" from the start of
  146. the file to begin printing, or as a negative integer, the distance from the
  147. end of a file to print. The documentation refers to a "-f" option for which we
  148. could not figure out a use, but which didn't work anyway.
  149.  
  150. View 2.1 08-93 CD
  151.    Dibble, David M.
  152.    $0
  153. is a very small (1k) file viewing utility, ideal for inclusion on
  154. distribution disks. In fact, we include View on most of our disks.
  155. Assembly source code is included.
  156.  
  157. --------------------------------
  158. END OF SMALL PROGRAMS DISK #2246
  159. --------------------------------
  160.  
  161.  
  162. --------------------------------
  163. 3410 Self-Displaying File Makers          Small Programs Disk
  164. --------------------------------
  165.  
  166. AutoCom
  167.    REXXCOM Systems
  168.    $14
  169. converts text into self-scrolling COM files complete with multi-colored,
  170. animated (ascii) graphics.
  171.  
  172. MakeScroll (MAKESCR)
  173.    Gans, Eric
  174.    $0
  175. is a very simple utility to convert text files into self-displaying files.
  176. Unlike TXT2COM and ASC2COM, it has no screen scrolling features other than
  177. displaying "[More]" when the screen fills with text, but on the plus side, it
  178. adds less than 150 bytes to the file and it is free.
  179.  
  180. TEXE 2.0
  181.    Panda Studio Inc.
  182.    $30-$52
  183. converts any text file into a self-scrolling EXE file. It can convert files up
  184. to 2000 pages long. It provides support for Windows and for a mouse. It adds 15k
  185. to the text size. Also included is TEXEPOP, a pop-up text file viewer.
  186.  
  187. Txt2Com
  188.    Graham, Keith P.
  189.    $5
  190. lets you create self-scrolling COM files out of text files. Features include
  191. printing the text, converting the COM file back to a text file and the ability
  192. to use colors and to display a title on each screen. Function keys can be used
  193. to branch to parts of the file from an opening menu screen. The ability to
  194. make the file stay resident and to be able to pop it up while in other
  195. programs make this an easy way to create your own help files. Txt2Com also
  196. lets you search the file for specific text.
  197.  
  198. TXTRun
  199.    Sawada, Dr. Masaaki
  200.    $10-$20
  201. turns text files into COM files with pop up pages, the ability to run programs
  202. with a keypress, and more. This is like a cross between hypertext and a DOS menu
  203. program. Viewing boxes can be smaller than full-screen and moved about the
  204. screen by the user. Many other features are included.
  205.  
  206. The WriteMe System (WRITEME)
  207.    Sitting Duck Software
  208.    $45
  209. lets you create self-scrolling documents. Features include smooth scrolling, up
  210. to 250 colors, easy box drawing, up to 500 lines of text, and a "what you se